home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Sprite 1984 - 1993
/
Sprite 1984 - 1993.iso
/
src
/
machserver
/
1.098
/
vm
/
ds3100.md
/
vmMachInt.h
< prev
next >
Wrap
C/C++ Source or Header
|
1990-10-08
|
1KB
|
31 lines
/*
* vmMachInt.h
*
* Internal machine dependent virtual memory data structures and
* procedure headers.
*
* Copyright (C) 1989 Digital Equipment Corporation.
* Permission to use, copy, modify, and distribute this software and
* its documentation for any purpose and without fee is hereby granted,
* provided that the above copyright notice appears in all copies.
* Digital Equipment Corporation makes no representations about the
* suitability of this software for any purpose. It is provided "as is"
* without express or implied warranty.
*
* $Header: /sprite/src/kernel/vm/ds3100.md/RCS/vmMachInt.h,v 9.1 90/09/11 10:46:52 shirriff Exp $ SPRITE (Berkeley)
*/
#ifndef _VMMACHINT
#define _VMMACHINT
/*
* Assembly language routines in vmPmaxAsm.s.
*/
extern ReturnStatus VmMachDoCopy _ARGS_((register int numBytes,
Address sourcePtr, Address destPtr));
extern int VmMachCopyEnd _ARGS_((void));
extern int VmMachWriteTLB _ARGS_((unsigned lowEntry, unsigned highEntry));
extern void VmMachSetPID _ARGS_((int pid));
#endif /* _VMMACHINT */